projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cac698
)
babl-verify.sh: only recompile extensions, not tools
author
Øyvind Kolås
<pippin@gimp.org>
Thu, 15 Dec 2016 15:43:07 +0000
(16:43 +0100)
committer
Øyvind Kolås
<pippin@gimp.org>
Thu, 15 Dec 2016 15:43:07 +0000
(16:43 +0100)
tools/babl-verify.sh
patch
|
blob
|
history
diff --git
a/tools/babl-verify.sh
b/tools/babl-verify.sh
index 8799b8416a370969763f9b477bdbb7ccc213e100..5ba36952900120bb9a0bc1020ad3b92d203fd036 100755
(executable)
--- a/
tools/babl-verify.sh
+++ b/
tools/babl-verify.sh
@@
-16,7
+16,6
@@
base_path=`realpath $base_path`
echo $base_path
make -C $base_path/extensions || exit
-make -C $base_path/tools || exit
export BABL_PATH=$base_path/extensions/.libs